home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / virus / fpro210c.zip / COMMAND.DOC < prev    next >
Text File  |  1993-10-25  |  4KB  |  132 lines

  1.                            Command line mode
  2.  
  3.                         The command-line options
  4.  
  5. F-PROT.EXE is usually run without any parameters and will then enter
  6. interactive mode.  It is also possible to run it in command-line mode,
  7. which was the only possibility with version 1.
  8.  
  9. Syntax:  F-PROT [list of valid drive letters or files] [options]
  10.  
  11. The available command-line options are
  12.  
  13. /640
  14. On certain old machines, scanning non-existing memory between 640K and 1M
  15. may cause a system crash.  This switch instructs F-PROT to scan only 640K.
  16.  
  17. /ALL
  18. Specifies that all files should be searched, not just normal "executable"
  19. files.
  20.  
  21. /ANALYSE
  22. Performs a heuristic analysis instead of a signature-based scan. This
  23. approach may cause false positives, and should be used with care.
  24.  
  25. /APPEND
  26. Used with /REPORT. Append the report to an existing file.
  27.  
  28. /AUTO
  29. May be specified with /DELETE or /DISINF so F-PROT will not request
  30. permission before deleting or disinfecting.  The default if only /DELETE
  31. or /DISINF are given is to ask if the file should be disinfected (or
  32. deleted).
  33.  
  34. /BOOT (default) /NOBOOT
  35. Scan/Don't scan boot sectors.
  36.  
  37. /COMMAND
  38. Force command-line mode.
  39.  
  40. /DELETE
  41. Delete all infected files, instead of just listing them.
  42.  
  43. /DISINF
  44. Disinfect whenever possible - deletes first-generation samples and files
  45. destroyed by overwriting viruses.  It will never delete a file which can
  46. be disinfected.
  47.  
  48. /EXT=
  49. Specify which filename extensions to scan by default, maximum of 10,
  50. separated by "."  Example: /EXT=COM.EXE.SYS.DLL.OV?
  51.  
  52. /FILE (default) /NOFILE
  53. Scan/Don't scan files.  If /NOFILE is used, it implies
  54. /NOTROJAN, /NOPACKED and /NOUSER as well.
  55.  
  56. /HARD
  57. Scans the entire hard disk.
  58.  
  59. /HELP or /?
  60. Display a list of available options.
  61.  
  62. /INTER
  63. Force interactive mode.
  64.  
  65. /LIST
  66. Produce a report of all files checked, not just those which are infected.
  67.  
  68. /MONO
  69. Use monochrome on color displays.
  70.  
  71. /MULTI
  72. Scan multiple diskettes.
  73.  
  74. /NET
  75. Scans any network "drives" found.
  76.  
  77. /NOBREAK
  78. Disables ESC during scanning
  79.  
  80. /NOMEM
  81. Skip the memory scan.
  82.  
  83. /NOWRAP
  84. Do not wrap text in the report.
  85.  
  86. /NOSUB
  87. Do not scan subdirectories.
  88.  
  89. /OLD
  90. Do not display the "This version of the program is rather old" message.
  91.  
  92. /PACKED (default) /NOPACKED
  93. Search/Don't search inside packed files.
  94.  
  95. /PAGE
  96. Pause after each page.
  97.  
  98. /QUICK
  99. Faster search, but not as accurate.
  100.  
  101. /RENAME
  102. Rename infected files to *.VOM or *.VXE.
  103.  
  104. /REPORT=file
  105. Sends the output to a file, in addition to displaying it on the screen.
  106.  
  107. /SILENT
  108. Generates no screen output at all - useful if you want to run the program
  109. from a batch file, and only check the return code.
  110.  
  111. /USER /NOUSER (default)
  112. Search/Don't search for user-defined virus patterns.  This option should
  113. only be used if absolutely neccessary, as it may result in a considerable
  114. speed decrease.
  115.  
  116.                           Return status
  117.  
  118. The program uses the following exit codes, which can be checked with the
  119. ERRORLEVEL command from a BAT file.
  120.  
  121.     0 - Normal exit nothing found
  122.     1 - Abnormal termination - unrecoverable error (usually a missing
  123.         system file)
  124.     2 - Selftest failed - program has been modified.
  125.     3 - A Boot/File virus infection found.
  126.     4 - Virus signatures found in memory.
  127.     5 - Program terminated with ^C.
  128.     6 - At least one virus was removed.  This code is only meaningful if
  129.         the program is used to scan just a single file.
  130.     7 - Insufficient memory to run the program.
  131.  
  132.